home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / OutOfPhase1.01Source / OutOfPhase Folder / PlayAIFFFile.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-01  |  453 b   |  25 lines  |  [TEXT/KAHL]

  1. /* PlayAIFFFile.h */
  2.  
  3. #ifndef Included_PlayAIFFFile_h
  4. #define Included_PlayAIFFFile_h
  5.  
  6. /* PlayAIFFFile module depends on */
  7. /* MiscInfo.h */
  8. /* Audit */
  9. /* Debug */
  10. /* Definitions */
  11. /* BufferedFileInput */
  12. /* Files */
  13. /* Alert */
  14. /* SampleConsts */
  15. /* SoundOutput */
  16. /* DataMunging */
  17. /* EventLoop */
  18. /* Memory */
  19. /* SynthProgressWindow */
  20.  
  21. /* ask the user for a file, and then try to play back its contents */
  22. void                                    PlayAIFFFile(void);
  23.  
  24. #endif
  25.